home *** CD-ROM | disk | FTP | other *** search
/ VST Drum Sessions Demo / VST Drum Sessions Demo.iso / pc / VDS4.DXR / 00004_Video zurückspulen.ls < prev    next >
Encoding:
Text File  |  1999-04-08  |  540 b   |  18 lines

  1. property VideoSprite
  2.  
  3. on mouseUp me
  4.   set the movieTime of sprite the VideoSprite of me to 0
  5. end
  6.  
  7. on getPropertyDescriptionList
  8.   set p_list to [#VideoSprite: [#comment: "Video Sprite Channel:", #format: #integer, #default: 1]]
  9.   return p_list
  10. end
  11.  
  12. on getBehaviorDescription
  13.   return "Rewinds a digital video sprite in the current frame. Attach to a button with the appropriate label." & RETURN & "PARAMETERS:" & RETURN & "ΓÇó Video Sprite - Enter the number of the sprite channel in which the video is displayed."
  14. end
  15.  
  16. on mouseDown me
  17. end
  18.